[v-cloak]{
	display: none;
}
.inlineStyle{display: inline-block;}
.banner {
	height: 360px;
	width: 100%;
	background: #000;
}
.b_inner {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 360px;
}
.inner {
	margin: 0 auto;
	position: absolute;
	width: 700%;
	height: 360px;
	z-index:9;
}
.inner img {
	float: left;
	height: 360px;
}
.tip {
	position: absolute;
	right: 45%;
	bottom: 20px;
	overflow: hidden;
	z-index: 10;
}
.tip li {
	float: left;
	margin-left: 15px;
	width: 20px;
	height: 5px;
	background: #9b9ea1;
	cursor: pointer;
	-moz-border-radius: 3px;
	     border-radius: 3px;
}
.tip li.bg {
	background: #d7d8d9;
}
/*轮播图左右翻页按钮*/
.swiper-button-prev.swiper_btn{
  	left: 0;
  	width: 25px;
	height: 43px;
	background:url("/img/lunbo_left@2x.png") no-repeat; 
	background-size: contain;
  }
   .swiper-button-next.swiper_btn{
  	right: 0;
  	width: 25px;
	height: 43px;
	background:url("/img/lunbo_right@2x.png") no-repeat; 
	background-size: contain;
  }
  .swiper-button-prev.swiper_btn:hover{
	background:url("/img/lunbo_left_active@2x.png") no-repeat; 
	background-size: contain;
  }
   .swiper-button-next.swiper_btn:hover{
	background:url("/img/lunbo_right_active@2x.png") no-repeat; 
	background-size: contain;
  }
  /*轮播图标题背景*/
 .content-top-left .section-focus-pic .swiper-container .oP,.contentLeft .section-focus-pic .swiper-container .oP{
	left: 0px;
    right: 0px;
    bottom: 0px;
	width: 100%;
	height: 81px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	z-index: 11;
}
.content-top-left .section-focus-pic .swiper-container .oP{
	background: url("../img/bgimg/banner_cover@2x.png") no-repeat left bottom;
	-moz-background-size: cover;
	     background-size: cover;
}
.contentLeft .section-focus-pic .swiper-container .oP{
	background: url("../img/bgimg/banner_title_cover@2x.png") no-repeat left bottom;
	-moz-background-size: cover;
	     background-size: cover;
}
/*------*/
.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-image: -moz-linear-gradient(left, #000, transparent, #000);
	background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(transparent), to(#000));
	background-image: linear-gradient(to right, #000, transparent, #000);
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content.onlyleft{
	width:820px;
}
.content .contentLeft {
	float: left;
	width: 820px;
}
.content .contentLeft .information-flow{
	padding:0 20px;
 	background-color: #ffffff;
	border:1px solid transparent;
}
.content .contentLeft .information-flow.nomt{
    margin-top: 0;
}
.content .information-title{
	position: relative;
	padding: 30px 0 10px 0;
	margin-bottom:17px;
	color: #000000;
	border-bottom: 1px solid #dcdcdc;
	font-size:16px;
	font-weight: bold;
}
.content .information-title.noborder{
	border-bottom:0;
}
.content .information-title.nopadding{
	padding:0;
}
.content .information-title:before,
.content .information-title:after{
	content:'';
	position: absolute;
	top:50%;
	width:8px;
	height:14px;
}
.content .information-title:before{
	left: -20px;
	margin-top: 0px;
	background: rgba(111, 223, 240, 0.59);
}
.content .information-title:after{
	left: -18px;
	margin-top: 2px;
	background: #00C7E5;
}
.content .information-title.nopadding:before{
	margin-top: -9px;
}
.content .information-title.nopadding:after{
	margin-top: -7px;
}
.content .information-title .moretext{
	position: absolute;
	right: 0;
	top:50%;
	margin-top: 3px;
	color:#293753;
	font-size:12px;
	font-weight:bold;
	z-index:9;
}
.content .information-title .moretext.shallow{
	color: #777F8F;
}
.content .information-title .tab-list li{
	display: inline-block;
	margin-right:28px;
	color: #000;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
}
.content .information-title .tab-list li.active,
.content .information-title .tab-list li.active a{
	color: #00C7E5;
}
.content .contentLeft .information-cont{
	margin-top: 5px;
}
.content .information-cont{
	padding-bottom:30px;
}
.content .contentLeft .change_tab {
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #ddd;
}
.content .contentLeft .change_tab li {
	cursor: pointer;
	float: left;
}
.content .contentLeft .change_tab li span {
	border-left: 1px solid #ddd;
	padding: 0 20px;
}
.content .contentLeft .change_tab.result_tab li span{
	padding: 0;
}
.content .contentLeft .change_tab.result_tab li span a{
	padding: 0 20px;
}
.content .contentLeft .change_tab li.select a {
	color: #3cb0fa;
}
.content .contentLeft .no-cont-box{
	padding:100px 0;
	font-size: 14px;
	color:#999999;
	text-align: center;
}
.content .contentLeft .no-cont-box.minmt{
	margin:10px 0;
}
.content .contentLeft .no-cont-box img{
	width: 180px;
	margin-bottom: 16px;
}
/*文章样式*/
.article {
    position: relative;
	padding: 15px 0;
}
.information-cont .article:hover{
	background: #F7F8FD;
	-moz-border-radius: 4px;
	     border-radius: 4px;
}
.article .img {
	position:absolute;
	left: 0;
	top: 15px;
	width:195px;
	height: 135px;
	overflow: hidden;
	z-index:9;
	background: #000000;
	text-align: center;
}
.article .img a{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
}
.article .img img{ width:auto; height:135px;-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;}
.article .img img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.duration{ position:absolute; z-index:99; bottom:8px; right:8px;height: 20px; line-height: 20px; background-color:rgba(0,0,0,.7); padding: 0px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px; color:#fff;font-size:12px;}

.article .words {
    position: relative;
	padding-left: 215px;
	height:135px;
	word-wrap:break-word;
}
.article .words .title{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.article .words .title.hasmt{
	margin-top:5px;
}
.article .words .bottompart{
	position: absolute;
	left: 215px;
	bottom:2px;
	z-index:9;
}
.article .tuiguang-box .title{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.article .tuiguang-box .tips{
	margin-left:5px;
	vertical-align: top;
}
/*缩小版*/
.article.minarticle{
	padding: 10px 0;
}
.article.minarticle .img{
	width: 100px;
	height: 75px;
	top:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.article.minarticle .img img{
	width: 100%;
	height: 100%;
}
.article.minarticle .words{
	padding-left:110px;
	height: 75px;
}
.article.minarticle .words .bottompart{
	left: 110px;
}
.author-touxiang{
	display: inline-block;
	width: 18px;
	height: 18px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}
.author-touxiang img{
	width: 18px;
	height: 18px;
}
.comment_num{
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 12px;
	color: #9294A1;
}
.tips{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 53px;
	height:22px;
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	background-position: center;
}
.tips.remen{
	background-image: url("/desktop/img/remen9.1.5@2x.png");
}
.tips.tuijian{
	background-image: url("/desktop/img/tuijian9.1.5@2x.png");
}
.tips.zhiding{
	background-image: url("/desktop/img/zhiding9.1.5@2x.png");
}
.tips.tuiguang{
	background-image: url("/desktop/img/tuiguang9.1.5@2x.png");
}
.tips.zhuanti{
	background-image: url("/desktop/img/zhuanti9.1.5@2x.png");
}
.tips.short_video_icon{
	background-image: url("/desktop/img/shortvideo_icon9.1.5@2x.png");
}
.part1 h3 {
	font-size: 18px;
}
.part1 .tips-box{
	margin-bottom: 10px;
}
.part1 .tips-box.minlen{
	margin-bottom: 3px;
}
.part1 .title {
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	font-weight: 500;
}
.part1 .title.haslen{
	padding-top:3px;
}
.article.minarticle .part1 .title{
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
}
.part2 .type {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
	border: 1px solid #CED1DD;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
	font-weight: 400;
	color: #777F8F;
	text-align: center;
}
.part2 .nickname{
	display: inline-block;
	/*color: #00C7E5;*/
	color: #6c6c6c;
	font-size:14px;
	font-weight: 400;
	line-height: 20px;
	margin-right:12px;
}
.part2 .source{
	display: inline-block;
	margin-right:12px;
	color: #6c6c6c;
	font-size:14px;
	font-weight: 400;
	line-height: 20px;
}
.part2 .time{
	display: inline-block;
	margin-right:12px;
	color: #6c6c6c;
	font-size:14px;
	font-weight: 400;
	line-height: 20px;
}
.part2 .introtext{
	color: #6C6C6C;
	font-size:12px;
	line-height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break: break-all;
}
.article.minarticle .part2 .source{
	font-size:12px;
}
.p_mid {
	/*margin: 0 25px;*/
	margin-right:15px;
}
/*加载更多*/
.more-box{
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #1FCDEB;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #1FCDEB;
	padding: 0;
	margin: 32px auto 0;
	text-align: center;
	cursor: pointer;
}
.more-box:hover{
	background: #1FCDEB;
	color: #FFFFFF;
}
/*right content*/
.contentRight {
	float: right;
	width: 360px;
}
.contentRight.nomt{margin-top:0;}
.contentRight .hot-information{
	margin-bottom:20px;
	padding:0 20px;
	background-color: #ffffff;
}
.contentRight .ttk-to{
	display: block;
	margin-bottom: 20px;
}
.fir {
	margin-top: 20px;
}
.sign {
	float: left;
	background: #3cb0fa;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	width: 7px;
	height: 7px;
	margin-left: -4px;
}
.s_content {
	margin-left: 30px;
}
.contentRight .last {
	margin-bottom: 80px;
	border: none;
}
.contentRight .touT {
	border-bottom: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
}
.touT_state {
	position: relative;
	height: 65px;
	padding-bottom:23px;
}
.touT_state .avatar {
	position: absolute;
	top: 2px;
	left: 0;
	width: 62px;
	height: 62px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index:9;
}
.touT_state .avatar img{
	width: 100%;
	height: 100%;
}
.touT_state .right {
	position: relative;
	padding-left: 72px;
	height: 65px;
}
.touT_state .right .name{
	position: relative;
	display: block;
	color: #000000;
	font-weight: 500;
	height: 24px;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 24px;
}
.touT_state .right .name .follow_btn{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	width:60px;
	height:24px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	font-size:12px;
	background-color: #00c7e5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	z-index:9;
}
/*.touT_state .right .name .follow_btn.isfollowed{
	background-color: #f4f6fb;
	color: #6c6c6c;
}*/
.touT_state .right .name .follow_btn .loading-icon{
	width:16px;
	margin-top: 4px;
}
.touT_state .right .intro{
	position: absolute;
	left: 72px;
	bottom:0;
	right: 0;
	height: 36px;
	line-height: 18px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size:12px;
	font-weight:400;
	color: #999999;
	z-index:9;
	margin-top: 5px;
}
.touT_state .right .intro .tips{
	margin:-5px 0 0 5px;
	width: 38px;
	height: 17px;
	vertical-align: middle;
}
.touT_state.big-touT_state{
	height:80px;
}
.touT_state.big-touT_state .avatar{
	width: 80px;
	height: 80px;
}
.touT_state.big-touT_state .right{
	padding:10px 0 10px 88px;
	height: 60px;
}
.touT_state.big-touT_state .right .name{
	font-size:20px;
	line-height: 24px;
}
.touT_state.big-touT_state .right .intro{
	left:88px;
	font-size:14px;
	line-height: 18px;
} 
.touT_state.big-touT_state .right .name .follow_btn{
	width: 68px;
	height: 24px;
	margin-top: -14px;
	line-height: 24px;
}
/*作者信息*/
.author-info-box{
	margin-top: 20px;
	padding-bottom:20px;
}
.author-info-box .avatar{
	width:60px;height:60px;margin-right:12px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #CED1DD;
	vertical-align: top;
}
.author-info-box .nickname{
	position: relative;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
}
.author-info-box .nickname .verifybtn{
	display:inline-block;
	margin-left: 5px;
	padding:2px 6px;
	background: #F8F8F8;
	-moz-border-radius: 30px;
	     border-radius: 30px;
	border: 1px solid #CED1DD;
	font-size: 14px;
	font-weight: 400;
	color: #777F8F;
	line-height: 20px;
	vertical-align: middle;
}
.author-info-box .nickname .verifybtn img{
    width:16px;
	margin:-2px 5px 0 0;
	vertical-align: middle;
}
.author-info-box .countnum{
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #777F8F;
	line-height: 20px;
}
.author-info-box .countnum .hasml{
	display: inline-block;
	margin-left:33px;
}
.author-info-box .countnum .bright{
	font-size:18px;
	font-weight: bold;
	color: #000000;
}
.author-info-box .follow_btn{
	margin-top: 32px;
	height:34px;
	line-height: 34px;
	-moz-border-radius: 6px;
	     border-radius: 6px;
	text-align: center;
	color: #ffffff;
	font-size:16px;
	background-color: #00c7e5;
	cursor: pointer;
}
.author-info-box .follow_btn .loading-icon{
	width:20px;
	margin-top: 6px;
}
/*.author-info-box .follow_btn.isfollowed{
	background-color: #f4f6fb;
	color: #6c6c6c;
}*/
.author-info-box .describe{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #777F8F;
	line-height: 20px;
}
.author-info-box .top-box{
	position: relative;
}
.author-info-box .top-box .follow_btn{
	position: absolute;
	bottom:3px;
	right:0;
	width:109px;
	height:32px;
	line-height: 32px;
	z-index:9;
}
.author-info-box .top-box .follow_btn .loading-icon{
	width:20px;margin-top: 5px;
}
.author-info-box .verify{
	margin-top: 20px;
	padding:10px;
	background: #F8F8F8;
	font-size: 14px;
	font-weight: 400;
	color: #777F8F;
	line-height: 20px;
}
.author-info-box .verify .intro{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.author-info-box .verify .hasmt{
	margin-top: 10px;
}
.author-info-box.bigbox .avatar{
	width:88px;height:88px;
}
.author-info-box.bigbox .countnum{
	margin-top: 30px;
}
/*专题*/
.special-info-box{
	padding:20px 0;
}
.special-info-box .title{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 38px;
}
.special-info-box .title .tips{
	display: inline-block;
	width: 60px;
	height: 24px;
	margin:-5px 10px 0 0;
	line-height: 24px;
	text-align: center;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #00C7E5;
	font-size: 16px;
	font-weight: 500;
	color: #00C7E5;
	vertical-align: middle;
}
.special-info-box .update-num{
	margin-top:10px;
	font-size: 14px;
	font-weight: 400;
	color: #777F8F;
	line-height: 20px;
}
.special-info-box .info-cont{
	position: relative;
	margin-top: 15px;
}
.special-info-box .special-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 352px;
	height: 198px;
	-moz-border-radius: 6px;
	     border-radius: 6px;
	z-index:9;
}
.special-info-box .cont{
	padding: 5px 0 0 394px;
	min-height: 198px;
}
.special-info-box .cont .text{
	margin-top: 5px;
	color: #777F8F;
	font-size:14px;
	line-height: 22px;
	text-align: justify;
	word-break: break-all;
}
.colorFont {
	color: #f16b7a;
}
.word2 {
	float: right;
	width: 250px;
}
.word2> h3 {
	margin-bottom: 30px;
	font-size: 18px;
}
.word2 .part {
	color: #8c8c8c;
}

/*二维码*/
.qr-code-box .item{
	float: left;
	width:169px;
	padding-bottom:25px;
	text-align: center;
	color: #777F8F;
	font-size:12px;
	background-color: #fff;
}
.qr-code-box .item:last-child{
	float: right;
}
.qr-code-box .item img{
	width: 110px;
	height: 110px;
	margin:30px 0 8px;
}

/*广告样式*/
.banner-ad-box{
	position: relative;
	display: block;
	height: 114px;
	-moz-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-ad-box.haslen{
	margin:15px 0;
}
.banner-ad-box.hasmt{
	margin:20px 0 0;
}
.banner-ad-box .tips-text,
.home-bottom-ad .right_bottom_ad,
.home-top-ad .right_bottom_ad2,
.home-right-ad .right_bottom_ad{
	position: absolute;right:0;bottom:0;padding:3px 15px;display: inline-block;-moz-border-radius: 6px 0px 0px 0px;border-radius: 6px 0px 0px 0px;background-color: rgba(0,0,0,.6);color:#fff;font-size:12px;
	z-index:9;
}
.home-top-ad{
    position:fixed;top:0;left:0;width:100%;height:60px;z-index:10000;display:none;background-color: #ffffff;text-align: center;
}
.home-top-ad .imgbody{position: relative;width:1200px;height:60px;display: inline-block;}
.home-top-ad .imgbody img{width:100%;height:100%;}
.home-top-ad .right_bottom_ad3{position: absolute;left:0;bottom:0;padding:3px 15px;display: inline-block;-moz-border-radius: 0px 6px 0px 0px;border-radius: 0px 6px 0px 0px;background-color: rgba(0,0,0,.6);color:#fff;font-size:12px;
	z-index:9;
}
.home-bottom-ad{width:1200px;margin:20px auto; position:relative}
.home-right-ad{margin-bottom:20px;overflow:hidden; position:relative;}
.left_right_ad_top{width:100px;height:273px;overflow:hidden;position:fixed;top:190px;z-index:1000;display:none}
.left_right_ad_top.nohometop{top:130px;z-index:1000;display:none}
.left_right_ad_top a{display: block}
.left_right_ad_top img{width:100px;height:250px;}


.information-cont-del{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 6px;
}
.information-tips-cont{
	display: block;
	height: 16px;
	font-size: 12px;
	color: #9294A1;
	line-height: 16px;
	margin-bottom: 13px;
	cursor: pointer;
}
.information-tips-cont:hover,.nickname:hover,.title:hover a{
	color: #1FCDEB;
}

